home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / wb / DosMan121.lha / man / Which < prev    next >
Text File  |  1995-04-10  |  2KB  |  62 lines

  1.  
  2.  
  3.  
  4.      Which(V1.3, 2.x, 3.x in C:)
  5.  
  6.  
  7.      NAME
  8.           Which - display pathname of command.
  9.  
  10.      SYNOPSIS
  11.           1.3:
  12.           Which filename [NORES or RES] 
  13.  
  14.           2.x/3.x:
  15.           Which filename [NORES or RES] [ALL]
  16.  
  17.  
  18.      DESCRIPTION
  19.             Which searchs the command path (including the 
  20.         resident list) for the file you specify.  This command is 
  21.         useful in determining exactly Which command you are 
  22.         executing.  By default, Which searches the Resident list, 
  23.         then the command path.
  24.  
  25.             Which is extremely useful in the way it will allow 
  26.         you to tell Which AmigaDOS command will be found first 
  27.         when there are multiple versions of that command in your 
  28.         system paths.
  29.  
  30.      KEYWORDS
  31.           filename
  32.             The name of the file, directory, or device to find. 
  33.         If you don't specify a logical device, then the Assign 
  34.         list is also checked.
  35.  
  36.           NORES  
  37.             Don't search the resident list.
  38.  
  39.           RES 
  40.             Search only the resident list.
  41.  
  42.           ALL
  43.             Which will search all of your paths including the 
  44.         internal and resident lists. This should reveal all of 
  45.         the copies of a given command.      
  46.  
  47.  
  48.       EXAMPLES
  49.  
  50.             1. To display the directory which the MUInt program 
  51.         is stored, while only checking for its existence in the 
  52.         resident list:
  53.  
  54.              Which MUInt RES
  55.  
  56.  
  57.             2. To display the device to which ImageFX: is 
  58.         Assigned:
  59.  
  60.              Which ImageFX:
  61.  
  62.